Html Css Color HEX #0BBE8F Caribbean Green

📋 copy color: '#0BBE8F'

red 11 ◦ green 190 ◦ blue 143

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

Shades of Caribbean Green #0BBE8F

Tints of Caribbean Green #0BBE8F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.23%

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 3.2%
G = 55.23%
B = 41.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#0BBE8F (or 0x0BBE8F) is known color: Caribbean Green. HEX triplet: 0B, BE and 8F. RGB value is (11,190,143). Sum of RGB (Red+Green+Blue) = 11+190+143=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBE8F is #F44170. Grayscale: #838383. Windows color (decimal): -16007537 or 9420299. OLE color: 9420299.

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

Color convert

RGB 11 190 143 -
CMYK 0.94 0 0.25 0.25
HSL 164.25º 0.89% 0.39% -
HSV(B) 164.25º 0.94% 0.75% -
XYZ 23.51 38.88 32.25 -
YUV 131.12 134.7 42.32 -
System Red Green Blue C M Y K H S L
Decimal 11 190 143 0.94 0 0.25 0.25 164.25 0.89 0.39
Hex B BE 8F 5E 0 19 19 A4 59 27
Octal 13 276 217 136 0 31 31 244 131 47
Binary 1011 10111110 10001111 1011110 0 11001 11001 10100100 1011001 100111

Color Harmonies of #0BBE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBE8F

Black with #0BBE8F

Text Example


Text Example

White with #0BBE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,190,143); }

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

background-color css

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

 a { background-color: rgb(11,190,143); }

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

border-color css

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

 span { border-color: rgb(11,190,143); }

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