Html Css Color HEX #14624B Jewel

📋 copy color: '#14624B'

red 20 ◦ green 98 ◦ blue 75

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

Shades of Jewel #14624B

Tints of Jewel #14624B

RGB

 RED value IS 20 (8.2% from 255) = 10.36%

 GREEN value IS 98 (38.67% from 255) = 50.78%

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

R = 10.36%
G = 50.78%
B = 38.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#14624B (or 0x14624B) is known color: Jewel. HEX triplet: 14, 62 and 4B. RGB value is (20,98,75). Sum of RGB (Red+Green+Blue) = 20+98+75=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #14624B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14624B is #EB9DB4. Grayscale: #484848. Windows color (decimal): -15441333 or 4940308. OLE color: 4940308.

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

Color convert

RGB 20 98 75 -
CMYK 0.80 0 0.23 0.62
HSL 162.31º 0.66% 0.23% -
HSV(B) 162.31º 0.8% 0.38% -
XYZ 5.93 9.39 8.16 -
YUV 72.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 20 98 75 0.80 0 0.23 0.62 162.31 0.66 0.23
Hex 14 62 4B 50 0 17 3E A2 42 17
Octal 24 142 113 120 0 27 76 242 102 27
Binary 10100 1100010 1001011 1010000 0 10111 111110 10100010 1000010 10111

Color Harmonies of #14624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14624B

Black with #14624B

Text Example


Text Example

White with #14624B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,98,75); }

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

background-color css

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

 a { background-color: rgb(20,98,75); }

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

border-color css

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

 span { border-color: rgb(20,98,75); }

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