Html Css Color HEX #0CADAB Light Sea Green

📋 copy color: '#0CADAB'

red 12 ◦ green 173 ◦ blue 171

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

Shades of Light Sea Green #0CADAB

Tints of Light Sea Green #0CADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 3.37%
G = 48.6%
B = 48.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#0CADAB (or 0x0CADAB) is known color: Light Sea Green. HEX triplet: 0C, AD and AB. RGB value is (12,173,171). Sum of RGB (Red+Green+Blue) = 12+173+171=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #0CADAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CADAB is #F35254. Grayscale: #7C7C7C. Windows color (decimal): -15946325 or 11250956. OLE color: 11250956.

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

Color convert

RGB 12 173 171 -
CMYK 0.93 0 0.01 0.32
HSL 179.25º 0.87% 0.36% -
HSV(B) 179.25º 0.93% 0.68% -
XYZ 22.45 32.91 43.7 -
YUV 124.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 12 173 171 0.93 0 0.01 0.32 179.25 0.87 0.36
Hex C AD AB 5D 0 1 20 B3 57 24
Octal 14 255 253 135 0 1 40 263 127 44
Binary 1100 10101101 10101011 1011101 0 1 100000 10110011 1010111 100100

Color Harmonies of #0CADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CADAB

Black with #0CADAB

Text Example


Text Example

White with #0CADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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