Html Css Color HEX #148462 Deep Sea

📋 copy color: '#148462'

red 20 ◦ green 132 ◦ blue 98

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

Shades of Deep Sea #148462

Tints of Deep Sea #148462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

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

R = 8%
G = 52.8%
B = 39.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#148462 (or 0x148462) is known color: Deep Sea. HEX triplet: 14, 84 and 62. RGB value is (20,132,98). Sum of RGB (Red+Green+Blue) = 20+132+98=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #148462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148462 is #EB7B9D. Grayscale: #5E5E5E. Windows color (decimal): -15432606 or 6456340. OLE color: 6456340.

HSL color Cylindrical-coordinate representation of color #148462: hue angle of 161.79º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148462 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 98 -
CMYK 0.85 0 0.26 0.48
HSL 161.79º 0.74% 0.3% -
HSV(B) 161.79º 0.85% 0.52% -
XYZ 10.74 17.53 14.37 -
YUV 94.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 20 132 98 0.85 0 0.26 0.48 161.79 0.74 0.3
Hex 14 84 62 55 0 1A 30 A2 4A 1E
Octal 24 204 142 125 0 32 60 242 112 36
Binary 10100 10000100 1100010 1010101 0 11010 110000 10100010 1001010 11110

Color Harmonies of #148462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148462

Black with #148462

Text Example


Text Example

White with #148462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148462; }

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

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

background-color css

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

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

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

border-color css

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

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

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