Html Css Color HEX #148269 Deep Sea

📋 copy color: '#148269'

red 20 ◦ green 130 ◦ blue 105

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

Shades of Deep Sea #148269

Tints of Deep Sea #148269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 7.84%
G = 50.98%
B = 41.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#148269 (or 0x148269) is known color: Deep Sea. HEX triplet: 14, 82 and 69. RGB value is (20,130,105). Sum of RGB (Red+Green+Blue) = 20+130+105=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #148269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148269 is #EB7D96. Grayscale: #5E5E5E. Windows color (decimal): -15433111 or 6914580. OLE color: 6914580.

HSL color Cylindrical-coordinate representation of color #148269: hue angle of 166.36º 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 #148269 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 105 -
CMYK 0.85 0 0.19 0.49
HSL 166.36º 0.73% 0.29% -
HSV(B) 166.36º 0.85% 0.51% -
XYZ 10.82 17.13 16.1 -
YUV 94.26 134.06 75.03 -
System Red Green Blue C M Y K H S L
Decimal 20 130 105 0.85 0 0.19 0.49 166.36 0.73 0.29
Hex 14 82 69 55 0 13 31 A6 49 1D
Octal 24 202 151 125 0 23 61 246 111 35
Binary 10100 10000010 1101001 1010101 0 10011 110001 10100110 1001001 11101

Color Harmonies of #148269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148269

Black with #148269

Text Example


Text Example

White with #148269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148269; }

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

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

background-color css

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

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

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

border-color css

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

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

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