Html Css Color HEX #148276 Deep Sea

📋 copy color: '#148276'

red 20 ◦ green 130 ◦ blue 118

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

Shades of Deep Sea #148276

Tints of Deep Sea #148276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 7.46%
G = 48.51%
B = 44.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#148276 (or 0x148276) is known color: Deep Sea. HEX triplet: 14, 82 and 76. RGB value is (20,130,118). Sum of RGB (Red+Green+Blue) = 20+130+118=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #148276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148276 is #EB7D89. Grayscale: #5F5F5F. Windows color (decimal): -15433098 or 7766548. OLE color: 7766548.

HSL color Cylindrical-coordinate representation of color #148276: hue angle of 173.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148276 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 118 -
CMYK 0.85 0 0.09 0.49
HSL 173.45º 0.73% 0.29% -
HSV(B) 173.45º 0.85% 0.51% -
XYZ 11.54 17.42 19.89 -
YUV 95.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 20 130 118 0.85 0 0.09 0.49 173.45 0.73 0.29
Hex 14 82 76 55 0 9 31 AD 49 1D
Octal 24 202 166 125 0 11 61 255 111 35
Binary 10100 10000010 1110110 1010101 0 1001 110001 10101101 1001001 11101

Color Harmonies of #148276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148276

Black with #148276

Text Example


Text Example

White with #148276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148276; }

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

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

background-color css

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

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

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

border-color css

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

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

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