Html Css Color HEX #0CADB2 Light Sea Green

📋 copy color: '#0CADB2'

red 12 ◦ green 173 ◦ blue 178

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

Shades of Light Sea Green #0CADB2

Tints of Light Sea Green #0CADB2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.66%

 BLUE value IS 178 (69.92% from 255) = 49.04%

R = 3.31%
G = 47.66%
B = 49.04%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0CADB2 (or 0x0CADB2) is known color: Light Sea Green. HEX triplet: 0C, AD and B2. RGB value is (12,173,178). Sum of RGB (Red+Green+Blue) = 12+173+178=363 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #0CADB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CADB2 is #F3524D. Grayscale: #7D7D7D. Windows color (decimal): -15946318 or 11709708. OLE color: 11709708.

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

Color convert

RGB 12 173 178 -
CMYK 0.93 0.03 0 0.30
HSL 181.81º 0.87% 0.37% -
HSV(B) 181.81º 0.93% 0.7% -
XYZ 23.13 33.18 47.3 -
YUV 125.43 157.66 47.09 -
System Red Green Blue C M Y K H S L
Decimal 12 173 178 0.93 0.03 0 0.30 181.81 0.87 0.37
Hex C AD B2 5D 3 0 1E B6 57 25
Octal 14 255 262 135 3 0 36 266 127 45
Binary 1100 10101101 10110010 1011101 11 0 11110 10110110 1010111 100101

Color Harmonies of #0CADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CADB2

Black with #0CADB2

Text Example


Text Example

White with #0CADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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