Html Css Color HEX #147566 Deep Sea

📋 copy color: '#147566'

red 20 ◦ green 117 ◦ blue 102

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

Shades of Deep Sea #147566

Tints of Deep Sea #147566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.95%

 BLUE value IS 102 (40.23% from 255) = 42.68%

R = 8.37%
G = 48.95%
B = 42.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#147566 (or 0x147566) is known color: Deep Sea. HEX triplet: 14, 75 and 66. RGB value is (20,117,102). Sum of RGB (Red+Green+Blue) = 20+117+102=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #147566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147566 is #EB8A99. Grayscale: #565656. Windows color (decimal): -15436442 or 6714644. OLE color: 6714644.

HSL color Cylindrical-coordinate representation of color #147566: hue angle of 170.72º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147566 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 102 -
CMYK 0.83 0 0.13 0.54
HSL 170.72º 0.71% 0.27% -
HSV(B) 170.72º 0.83% 0.46% -
XYZ 9.05 13.83 14.76 -
YUV 86.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 20 117 102 0.83 0 0.13 0.54 170.72 0.71 0.27
Hex 14 75 66 53 0 D 36 AB 47 1B
Octal 24 165 146 123 0 15 66 253 107 33
Binary 10100 1110101 1100110 1010011 0 1101 110110 10101011 1000111 11011

Color Harmonies of #147566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147566

Black with #147566

Text Example


Text Example

White with #147566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147566; }

 p { color: rgb(20,117,102); }

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

background-color css

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

 a { background-color: rgb(20,117,102); }

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

border-color css

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

 span { border-color: rgb(20,117,102); }

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