Html Css Color HEX #0CBAAD Light Sea Green

📋 copy color: '#0CBAAD'

red 12 ◦ green 186 ◦ blue 173

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

Shades of Light Sea Green #0CBAAD

Tints of Light Sea Green #0CBAAD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.13%

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

R = 3.23%
G = 50.13%
B = 46.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#0CBAAD (or 0x0CBAAD) is known color: Light Sea Green. HEX triplet: 0C, BA and AD. RGB value is (12,186,173). Sum of RGB (Red+Green+Blue) = 12+186+173=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBAAD is #F34552. Grayscale: #848484. Windows color (decimal): -15942995 or 11385356. OLE color: 11385356.

HSL color Cylindrical-coordinate representation of color #0CBAAD: hue angle of 175.52º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBAAD is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 186 173 -
CMYK 0.94 0 0.07 0.27
HSL 175.52º 0.88% 0.39% -
HSV(B) 175.52º 0.94% 0.73% -
XYZ 25.25 38.21 45.58 -
YUV 132.49 150.85 42.06 -
System Red Green Blue C M Y K H S L
Decimal 12 186 173 0.94 0 0.07 0.27 175.52 0.88 0.39
Hex C BA AD 5E 0 7 1B B0 58 27
Octal 14 272 255 136 0 7 33 260 130 47
Binary 1100 10111010 10101101 1011110 0 111 11011 10110000 1011000 100111

Color Harmonies of #0CBAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBAAD

Black with #0CBAAD

Text Example


Text Example

White with #0CBAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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