Html Css Color HEX #0CABA5 Light Sea Green

📋 copy color: '#0CABA5'

red 12 ◦ green 171 ◦ blue 165

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

Shades of Light Sea Green #0CABA5

Tints of Light Sea Green #0CABA5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.14%

 BLUE value IS 165 (64.84% from 255) = 47.41%

R = 3.45%
G = 49.14%
B = 47.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#0CABA5 (or 0x0CABA5) is known color: Light Sea Green. HEX triplet: 0C, AB and A5. RGB value is (12,171,165). Sum of RGB (Red+Green+Blue) = 12+171+165=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #0CABA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CABA5 is #F3545A. Grayscale: #7A7A7A. Windows color (decimal): -15946843 or 10857228. OLE color: 10857228.

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

Color convert

RGB 12 171 165 -
CMYK 0.93 0 0.04 0.33
HSL 177.74º 0.87% 0.36% -
HSV(B) 177.74º 0.93% 0.67% -
XYZ 21.51 31.92 40.63 -
YUV 122.78 151.82 48.99 -
System Red Green Blue C M Y K H S L
Decimal 12 171 165 0.93 0 0.04 0.33 177.74 0.87 0.36
Hex C AB A5 5D 0 4 21 B2 57 24
Octal 14 253 245 135 0 4 41 262 127 44
Binary 1100 10101011 10100101 1011101 0 100 100001 10110010 1010111 100100

Color Harmonies of #0CABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABA5

Black with #0CABA5

Text Example


Text Example

White with #0CABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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