Html Css Color HEX #0CB7AD Light Sea Green

📋 copy color: '#0CB7AD'

red 12 ◦ green 183 ◦ blue 173

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

Shades of Light Sea Green #0CB7AD

Tints of Light Sea Green #0CB7AD

RGB

 RED value IS 12 (5.08% from 255) = 3.26%

 GREEN value IS 183 (71.88% from 255) = 49.73%

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 3.26%
G = 49.73%
B = 47.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#0CB7AD (or 0x0CB7AD) is known color: Light Sea Green. HEX triplet: 0C, B7 and AD. RGB value is (12,183,173). Sum of RGB (Red+Green+Blue) = 12+183+173=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB7AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB7AD is #F34852. Grayscale: #828282. Windows color (decimal): -15943763 or 11384588. OLE color: 11384588.

HSL color Cylindrical-coordinate representation of color #0CB7AD: hue angle of 176.49º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB7AD is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 173 -
CMYK 0.93 0 0.05 0.28
HSL 176.49º 0.88% 0.38% -
HSV(B) 176.49º 0.93% 0.72% -
XYZ 24.63 36.96 45.37 -
YUV 130.73 151.85 43.31 -
System Red Green Blue C M Y K H S L
Decimal 12 183 173 0.93 0 0.05 0.28 176.49 0.88 0.38
Hex C B7 AD 5D 0 5 1C B0 58 26
Octal 14 267 255 135 0 5 34 260 130 46
Binary 1100 10110111 10101101 1011101 0 101 11100 10110000 1011000 100110

Color Harmonies of #0CB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB7AD

Black with #0CB7AD

Text Example


Text Example

White with #0CB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,173); }

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

background-color css

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

 a { background-color: rgb(12,183,173); }

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

border-color css

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

 span { border-color: rgb(12,183,173); }

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