Html Css Color HEX #0CBBB3 Light Sea Green

📋 copy color: '#0CBBB3'

red 12 ◦ green 187 ◦ blue 179

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

Shades of Light Sea Green #0CBBB3

Tints of Light Sea Green #0CBBB3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.47%

 BLUE value IS 179 (70.31% from 255) = 47.35%

R = 3.17%
G = 49.47%
B = 47.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#0CBBB3 (or 0x0CBBB3) is known color: Light Sea Green. HEX triplet: 0C, BB and B3. RGB value is (12,187,179). Sum of RGB (Red+Green+Blue) = 12+187+179=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBBB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBB3 is #F3444C. Grayscale: #858585. Windows color (decimal): -15942733 or 11778828. OLE color: 11778828.

HSL color Cylindrical-coordinate representation of color #0CBBB3: hue angle of 177.26º 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 #0CBBB3 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 187 179 -
CMYK 0.94 0 0.04 0.27
HSL 177.26º 0.88% 0.39% -
HSV(B) 177.26º 0.94% 0.73% -
XYZ 26.06 38.87 48.78 -
YUV 133.76 153.52 41.15 -
System Red Green Blue C M Y K H S L
Decimal 12 187 179 0.94 0 0.04 0.27 177.26 0.88 0.39
Hex C BB B3 5E 0 4 1B B1 58 27
Octal 14 273 263 136 0 4 33 261 130 47
Binary 1100 10111011 10110011 1011110 0 100 11011 10110001 1011000 100111

Color Harmonies of #0CBBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBB3

Black with #0CBBB3

Text Example


Text Example

White with #0CBBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,187,179); }

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

background-color css

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

 a { background-color: rgb(12,187,179); }

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

border-color css

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

 span { border-color: rgb(12,187,179); }

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