Html Css Color HEX #147667 Deep Sea

📋 copy color: '#147667'

red 20 ◦ green 118 ◦ blue 103

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

Shades of Deep Sea #147667

Tints of Deep Sea #147667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

 BLUE value IS 103 (40.63% from 255) = 42.74%

R = 8.3%
G = 48.96%
B = 42.74%

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

#147667 (or 0x147667) is known color: Deep Sea. HEX triplet: 14, 76 and 67. RGB value is (20,118,103). Sum of RGB (Red+Green+Blue) = 20+118+103=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #147667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147667 is #EB8998. Grayscale: #565656. Windows color (decimal): -15436185 or 6780436. OLE color: 6780436.

HSL color Cylindrical-coordinate representation of color #147667: hue angle of 170.82º 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 #147667 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 118 103 -
CMYK 0.83 0 0.13 0.54
HSL 170.82º 0.71% 0.27% -
HSV(B) 170.82º 0.83% 0.46% -
XYZ 9.22 14.08 15.06 -
YUV 86.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 20 118 103 0.83 0 0.13 0.54 170.82 0.71 0.27
Hex 14 76 67 53 0 D 36 AB 47 1B
Octal 24 166 147 123 0 15 66 253 107 33
Binary 10100 1110110 1100111 1010011 0 1101 110110 10101011 1000111 11011

Color Harmonies of #147667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147667

Black with #147667

Text Example


Text Example

White with #147667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147667; }

 p { color: rgb(20,118,103); }

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

background-color css

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

 a { background-color: rgb(20,118,103); }

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

border-color css

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

 span { border-color: rgb(20,118,103); }

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