Html Css Color HEX #0BC19F Caribbean Green

📋 copy color: '#0BC19F'

red 11 ◦ green 193 ◦ blue 159

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

Shades of Caribbean Green #0BC19F

Tints of Caribbean Green #0BC19F

RGB

 RED value IS 11 (4.69% from 255) = 3.03%

 GREEN value IS 193 (75.78% from 255) = 53.17%

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 3.03%
G = 53.17%
B = 43.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#0BC19F (or 0x0BC19F) is known color: Caribbean Green. HEX triplet: 0B, C1 and 9F. RGB value is (11,193,159). Sum of RGB (Red+Green+Blue) = 11+193+159=363 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.03% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC19F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC19F is #F43E60. Grayscale: #868686. Windows color (decimal): -16006753 or 10469643. OLE color: 10469643.

HSL color Cylindrical-coordinate representation of color #0BC19F: hue angle of 168.79º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC19F is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 193 159 -
CMYK 0.94 0 0.18 0.24
HSL 168.79º 0.89% 0.4% -
HSV(B) 168.79º 0.94% 0.76% -
XYZ 25.47 40.71 39.32 -
YUV 134.71 141.7 39.76 -
System Red Green Blue C M Y K H S L
Decimal 11 193 159 0.94 0 0.18 0.24 168.79 0.89 0.4
Hex B C1 9F 5E 0 12 18 A9 59 28
Octal 13 301 237 136 0 22 30 251 131 50
Binary 1011 11000001 10011111 1011110 0 10010 11000 10101001 1011001 101000

Color Harmonies of #0BC19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC19F

Black with #0BC19F

Text Example


Text Example

White with #0BC19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,193,159); }

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

background-color css

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

 a { background-color: rgb(11,193,159); }

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

border-color css

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

 span { border-color: rgb(11,193,159); }

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