Html Css Color HEX #0DC6B0 Light Sea Green

📋 copy color: '#0DC6B0'

red 13 ◦ green 198 ◦ blue 176

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

Shades of Light Sea Green #0DC6B0

Tints of Light Sea Green #0DC6B0

RGB

 RED value IS 13 (5.47% from 255) = 3.36%

 GREEN value IS 198 (77.73% from 255) = 51.16%

 BLUE value IS 176 (69.14% from 255) = 45.48%

R = 3.36%
G = 51.16%
B = 45.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#0DC6B0 (or 0x0DC6B0) is known color: Light Sea Green. HEX triplet: 0D, C6 and B0. RGB value is (13,198,176). Sum of RGB (Red+Green+Blue) = 13+198+176=387 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.36% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC6B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC6B0 is #F2394F. Grayscale: #8C8C8C. Windows color (decimal): -15874384 or 11585037. OLE color: 11585037.

HSL color Cylindrical-coordinate representation of color #0DC6B0: hue angle of 172.86º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC6B0 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 198 176 -
CMYK 0.93 0 0.11 0.22
HSL 172.86º 0.88% 0.41% -
HSV(B) 172.86º 0.93% 0.78% -
XYZ 28.2 43.61 48.01 -
YUV 140.18 148.21 37.29 -
System Red Green Blue C M Y K H S L
Decimal 13 198 176 0.93 0 0.11 0.22 172.86 0.88 0.41
Hex D C6 B0 5D 0 B 16 AD 58 29
Octal 15 306 260 135 0 13 26 255 130 51
Binary 1101 11000110 10110000 1011101 0 1011 10110 10101101 1011000 101001

Color Harmonies of #0DC6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC6B0

Black with #0DC6B0

Text Example


Text Example

White with #0DC6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DC6B0; }

 p { color: rgb(13,198,176); }

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

background-color css

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

 a { background-color: rgb(13,198,176); }

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

border-color css

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

 span { border-color: rgb(13,198,176); }

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