Html Css Color HEX #12614B Jewel

📋 copy color: '#12614B'

red 18 ◦ green 97 ◦ blue 75

#12614B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #12614B

Tints of Jewel #12614B

RGB

 RED value IS 18 (7.42% from 255) = 9.47%

 GREEN value IS 97 (38.28% from 255) = 51.05%

 BLUE value IS 75 (29.69% from 255) = 39.47%

R = 9.47%
G = 51.05%
B = 39.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12614B (or 0x12614B) is known color: Jewel. HEX triplet: 12, 61 and 4B. RGB value is (18,97,75). Sum of RGB (Red+Green+Blue) = 18+97+75=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #12614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12614B is #ED9EB4. Grayscale: #464646. Windows color (decimal): -15572661 or 4940050. OLE color: 4940050.

HSL color Cylindrical-coordinate representation of color #12614B: hue angle of 163.29º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12614B is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 75 -
CMYK 0.81 0 0.23 0.62
HSL 163.29º 0.69% 0.23% -
HSV(B) 163.29º 0.81% 0.38% -
XYZ 5.79 9.19 8.12 -
YUV 70.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 18 97 75 0.81 0 0.23 0.62 163.29 0.69 0.23
Hex 12 61 4B 51 0 17 3E A3 45 17
Octal 22 141 113 121 0 27 76 243 105 27
Binary 10010 1100001 1001011 1010001 0 10111 111110 10100011 1000101 10111

Color Harmonies of #12614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12614B

Black with #12614B

Text Example


Text Example

White with #12614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12614B; }

 p { color: rgb(18,97,75); }

 H1.HeaderClassName
 {
   color: #12614B;
 }
 .AnyTagClassName
 {
   color: #12614B;
 }
</style>

background-color css

<style>
 a { background-color: #12614B; }

 a { background-color: rgb(18,97,75); }

 div.DivClassName
 {
   background-color: #12614B;
 }
 .BgClassName
 {
   background-color: #12614B;
 }
</style>

border-color css

<style>
 span { border-color: #12614B; }

 span { border-color: rgb(18,97,75); }

 td.TdClassName
 {
   border-color: #12614B;
 }
 .TagClassName
 {
   border-color: #12614B;
 }
</style>