Html Css Color HEX #0CB0AC Light Sea Green

📋 copy color: '#0CB0AC'

red 12 ◦ green 176 ◦ blue 172

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

Shades of Light Sea Green #0CB0AC

Tints of Light Sea Green #0CB0AC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.89%

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

R = 3.33%
G = 48.89%
B = 47.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#0CB0AC (or 0x0CB0AC) is known color: Light Sea Green. HEX triplet: 0C, B0 and AC. RGB value is (12,176,172). Sum of RGB (Red+Green+Blue) = 12+176+172=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB0AC is #F34F53. Grayscale: #7E7E7E. Windows color (decimal): -15945556 or 11317260. OLE color: 11317260.

HSL color Cylindrical-coordinate representation of color #0CB0AC: hue angle of 178.54º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB0AC is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 176 172 -
CMYK 0.93 0 0.02 0.31
HSL 178.54º 0.87% 0.37% -
HSV(B) 178.54º 0.93% 0.69% -
XYZ 23.12 34.11 44.39 -
YUV 126.51 153.67 46.33 -
System Red Green Blue C M Y K H S L
Decimal 12 176 172 0.93 0 0.02 0.31 178.54 0.87 0.37
Hex C B0 AC 5D 0 2 1F B3 57 25
Octal 14 260 254 135 0 2 37 263 127 45
Binary 1100 10110000 10101100 1011101 0 10 11111 10110011 1010111 100101

Color Harmonies of #0CB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB0AC

Black with #0CB0AC

Text Example


Text Example

White with #0CB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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