Html Css Color HEX #0CACB3 Light Sea Green

📋 copy color: '#0CACB3'

red 12 ◦ green 172 ◦ blue 179

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

Shades of Light Sea Green #0CACB3

Tints of Light Sea Green #0CACB3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.38%

 BLUE value IS 179 (70.31% from 255) = 49.31%

R = 3.31%
G = 47.38%
B = 49.31%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0CACB3 (or 0x0CACB3) is known color: Light Sea Green. HEX triplet: 0C, AC and B3. RGB value is (12,172,179). Sum of RGB (Red+Green+Blue) = 12+172+179=363 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #0CACB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACB3 is #F3534C. Grayscale: #7C7C7C. Windows color (decimal): -15946573 or 11774988. OLE color: 11774988.

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

Color convert

RGB 12 172 179 -
CMYK 0.93 0.04 0 0.30
HSL 182.52º 0.87% 0.37% -
HSV(B) 182.52º 0.93% 0.7% -
XYZ 23.04 32.84 47.77 -
YUV 124.96 158.49 47.43 -
System Red Green Blue C M Y K H S L
Decimal 12 172 179 0.93 0.04 0 0.30 182.52 0.87 0.37
Hex C AC B3 5D 4 0 1E B7 57 25
Octal 14 254 263 135 4 0 36 267 127 45
Binary 1100 10101100 10110011 1011101 100 0 11110 10110111 1010111 100101

Color Harmonies of #0CACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACB3

Black with #0CACB3

Text Example


Text Example

White with #0CACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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