Html Css Color HEX #0CACAD Light Sea Green

📋 copy color: '#0CACAD'

red 12 ◦ green 172 ◦ blue 173

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

Shades of Light Sea Green #0CACAD

Tints of Light Sea Green #0CACAD

RGB

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

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

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

R = 3.36%
G = 48.18%
B = 48.46%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0CACAD (or 0x0CACAD) is known color: Light Sea Green. HEX triplet: 0C, AC and AD. RGB value is (12,172,173). Sum of RGB (Red+Green+Blue) = 12+172+173=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #0CACAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CACAD is #F35352. Grayscale: #7C7C7C. Windows color (decimal): -15946579 or 11381772. OLE color: 11381772.

HSL color Cylindrical-coordinate representation of color #0CACAD: hue angle of 180.37º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CACAD is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 172 173 -
CMYK 0.93 0.01 0 0.32
HSL 180.37º 0.87% 0.36% -
HSV(B) 180.37º 0.93% 0.68% -
XYZ 22.45 32.6 44.64 -
YUV 124.27 155.49 47.92 -
System Red Green Blue C M Y K H S L
Decimal 12 172 173 0.93 0.01 0 0.32 180.37 0.87 0.36
Hex C AC AD 5D 1 0 20 B4 57 24
Octal 14 254 255 135 1 0 40 264 127 44
Binary 1100 10101100 10101101 1011101 1 0 100000 10110100 1010111 100100

Color Harmonies of #0CACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACAD

Black with #0CACAD

Text Example


Text Example

White with #0CACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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