Html Css Color HEX #0CB7AC Light Sea Green

📋 copy color: '#0CB7AC'

red 12 ◦ green 183 ◦ blue 172

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

Shades of Light Sea Green #0CB7AC

Tints of Light Sea Green #0CB7AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 3.27%
G = 49.86%
B = 46.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#0CB7AC (or 0x0CB7AC) is known color: Light Sea Green. HEX triplet: 0C, B7 and AC. RGB value is (12,183,172). Sum of RGB (Red+Green+Blue) = 12+183+172=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB7AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB7AC is #F34853. Grayscale: #828282. Windows color (decimal): -15943764 or 11319052. OLE color: 11319052.

HSL color Cylindrical-coordinate representation of color #0CB7AC: hue angle of 176.14º 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 #0CB7AC is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 172 -
CMYK 0.93 0 0.06 0.28
HSL 176.14º 0.88% 0.38% -
HSV(B) 176.14º 0.93% 0.72% -
XYZ 24.53 36.92 44.86 -
YUV 130.62 151.35 43.39 -
System Red Green Blue C M Y K H S L
Decimal 12 183 172 0.93 0 0.06 0.28 176.14 0.88 0.38
Hex C B7 AC 5D 0 6 1C B0 58 26
Octal 14 267 254 135 0 6 34 260 130 46
Binary 1100 10110111 10101100 1011101 0 110 11100 10110000 1011000 100110

Color Harmonies of #0CB7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB7AC

Black with #0CB7AC

Text Example


Text Example

White with #0CB7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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