Html Css Color HEX #0CAFA3 Light Sea Green

📋 copy color: '#0CAFA3'

red 12 ◦ green 175 ◦ blue 163

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

Shades of Light Sea Green #0CAFA3

Tints of Light Sea Green #0CAFA3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50%

 BLUE value IS 163 (64.06% from 255) = 46.57%

R = 3.43%
G = 50%
B = 46.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#0CAFA3 (or 0x0CAFA3) is known color: Light Sea Green. HEX triplet: 0C, AF and A3. RGB value is (12,175,163). Sum of RGB (Red+Green+Blue) = 12+175+163=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAFA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAFA3 is #F3505C. Grayscale: #7C7C7C. Windows color (decimal): -15945821 or 10727180. OLE color: 10727180.

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

Color convert

RGB 12 175 163 -
CMYK 0.93 0 0.07 0.31
HSL 175.58º 0.87% 0.37% -
HSV(B) 175.58º 0.93% 0.69% -
XYZ 22.09 33.38 39.93 -
YUV 124.9 149.5 47.48 -
System Red Green Blue C M Y K H S L
Decimal 12 175 163 0.93 0 0.07 0.31 175.58 0.87 0.37
Hex C AF A3 5D 0 7 1F B0 57 25
Octal 14 257 243 135 0 7 37 260 127 45
Binary 1100 10101111 10100011 1011101 0 111 11111 10110000 1010111 100101

Color Harmonies of #0CAFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAFA3

Black with #0CAFA3

Text Example


Text Example

White with #0CAFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,175,163); }

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

background-color css

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

 a { background-color: rgb(12,175,163); }

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

border-color css

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

 span { border-color: rgb(12,175,163); }

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