Html Css Color HEX #127462 Deep Sea

📋 copy color: '#127462'

red 18 ◦ green 116 ◦ blue 98

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

Shades of Deep Sea #127462

Tints of Deep Sea #127462

RGB

 RED value IS 18 (7.42% from 255) = 7.76%

 GREEN value IS 116 (45.7% from 255) = 50%

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

R = 7.76%
G = 50%
B = 42.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#127462 (or 0x127462) is known color: Deep Sea. HEX triplet: 12, 74 and 62. RGB value is (18,116,98). Sum of RGB (Red+Green+Blue) = 18+116+98=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #127462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127462 is #ED8B9D. Grayscale: #545454. Windows color (decimal): -15567774 or 6452242. OLE color: 6452242.

HSL color Cylindrical-coordinate representation of color #127462: hue angle of 168.98º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127462 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 98 -
CMYK 0.84 0 0.16 0.55
HSL 168.98º 0.73% 0.26% -
HSV(B) 168.98º 0.84% 0.45% -
XYZ 8.7 13.5 13.7 -
YUV 84.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 18 116 98 0.84 0 0.16 0.55 168.98 0.73 0.26
Hex 12 74 62 54 0 10 37 A9 49 1A
Octal 22 164 142 124 0 20 67 251 111 32
Binary 10010 1110100 1100010 1010100 0 10000 110111 10101001 1001001 11010

Color Harmonies of #127462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127462

Black with #127462

Text Example


Text Example

White with #127462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127462; }

 p { color: rgb(18,116,98); }

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

background-color css

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

 a { background-color: rgb(18,116,98); }

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

border-color css

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

 span { border-color: rgb(18,116,98); }

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