Html Css Color HEX #0BBF99 Caribbean Green

📋 copy color: '#0BBF99'

red 11 ◦ green 191 ◦ blue 153

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

Shades of Caribbean Green #0BBF99

Tints of Caribbean Green #0BBF99

RGB

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

 GREEN value IS 191 (75% from 255) = 53.8%

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 3.1%
G = 53.8%
B = 43.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#0BBF99 (or 0x0BBF99) is known color: Caribbean Green. HEX triplet: 0B, BF and 99. RGB value is (11,191,153). Sum of RGB (Red+Green+Blue) = 11+191+153=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBF99 is #F44066. Grayscale: #848484. Windows color (decimal): -16007271 or 10075915. OLE color: 10075915.

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

Color convert

RGB 11 191 153 -
CMYK 0.94 0 0.20 0.25
HSL 167.33º 0.89% 0.4% -
HSV(B) 167.33º 0.94% 0.75% -
XYZ 24.52 39.63 36.49 -
YUV 132.85 139.37 41.09 -
System Red Green Blue C M Y K H S L
Decimal 11 191 153 0.94 0 0.20 0.25 167.33 0.89 0.4
Hex B BF 99 5E 0 14 19 A7 59 28
Octal 13 277 231 136 0 24 31 247 131 50
Binary 1011 10111111 10011001 1011110 0 10100 11001 10100111 1011001 101000

Color Harmonies of #0BBF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBF99

Black with #0BBF99

Text Example


Text Example

White with #0BBF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,191,153); }

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

background-color css

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

 a { background-color: rgb(11,191,153); }

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

border-color css

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

 span { border-color: rgb(11,191,153); }

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