Html Css Color HEX #148262 Deep Sea

📋 copy color: '#148262'

red 20 ◦ green 130 ◦ blue 98

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

Shades of Deep Sea #148262

Tints of Deep Sea #148262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 8.06%
G = 52.42%
B = 39.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#148262 (or 0x148262) is known color: Deep Sea. HEX triplet: 14, 82 and 62. RGB value is (20,130,98). Sum of RGB (Red+Green+Blue) = 20+130+98=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #148262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148262 is #EB7D9D. Grayscale: #5D5D5D. Windows color (decimal): -15433118 or 6455828. OLE color: 6455828.

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

Color convert

RGB 20 130 98 -
CMYK 0.85 0 0.25 0.49
HSL 162.55º 0.73% 0.29% -
HSV(B) 162.55º 0.85% 0.51% -
XYZ 10.48 17 14.28 -
YUV 93.46 130.56 75.6 -
System Red Green Blue C M Y K H S L
Decimal 20 130 98 0.85 0 0.25 0.49 162.55 0.73 0.29
Hex 14 82 62 55 0 19 31 A3 49 1D
Octal 24 202 142 125 0 31 61 243 111 35
Binary 10100 10000010 1100010 1010101 0 11001 110001 10100011 1001001 11101

Color Harmonies of #148262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148262

Black with #148262

Text Example


Text Example

White with #148262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148262; }

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

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

background-color css

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

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

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

border-color css

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

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

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