Html Css Color HEX #138462 Deep Sea

📋 copy color: '#138462'

red 19 ◦ green 132 ◦ blue 98

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

Shades of Deep Sea #138462

Tints of Deep Sea #138462

RGB

 RED value IS 19 (7.81% from 255) = 7.63%

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

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

R = 7.63%
G = 53.01%
B = 39.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#138462 (or 0x138462) is known color: Deep Sea. HEX triplet: 13, 84 and 62. RGB value is (19,132,98). Sum of RGB (Red+Green+Blue) = 19+132+98=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #138462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138462 is #EC7B9D. Grayscale: #5E5E5E. Windows color (decimal): -15498142 or 6456339. OLE color: 6456339.

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

Color convert

RGB 19 132 98 -
CMYK 0.86 0 0.26 0.48
HSL 161.95º 0.75% 0.3% -
HSV(B) 161.95º 0.86% 0.52% -
XYZ 10.72 17.52 14.37 -
YUV 94.34 130.06 74.26 -
System Red Green Blue C M Y K H S L
Decimal 19 132 98 0.86 0 0.26 0.48 161.95 0.75 0.3
Hex 13 84 62 56 0 1A 30 A2 4B 1E
Octal 23 204 142 126 0 32 60 242 113 36
Binary 10011 10000100 1100010 1010110 0 11010 110000 10100010 1001011 11110

Color Harmonies of #138462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138462

Black with #138462

Text Example


Text Example

White with #138462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138462; }

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

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

background-color css

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

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

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

border-color css

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

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

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