Html Css Color HEX #0BE198 Caribbean Green

📋 copy color: '#0BE198'

red 11 ◦ green 225 ◦ blue 152

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

Shades of Caribbean Green #0BE198

Tints of Caribbean Green #0BE198

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.99%

 BLUE value IS 152 (59.77% from 255) = 39.18%

R = 2.84%
G = 57.99%
B = 39.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#0BE198 (or 0x0BE198) is known color: Caribbean Green. HEX triplet: 0B, E1 and 98. RGB value is (11,225,152). Sum of RGB (Red+Green+Blue) = 11+225+152=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 225 (88.28% from 255 or 57.99% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE198 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE198 is #F41E67. Grayscale: #989898. Windows color (decimal): -15998568 or 10019083. OLE color: 10019083.

HSL color Cylindrical-coordinate representation of color #0BE198: hue angle of 159.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE198 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 225 152 -
CMYK 0.95 0 0.32 0.12
HSL 159.53º 0.91% 0.46% -
HSV(B) 159.53º 0.95% 0.88% -
XYZ 32.73 56.19 38.83 -
YUV 152.69 127.6 26.94 -
System Red Green Blue C M Y K H S L
Decimal 11 225 152 0.95 0 0.32 0.12 159.53 0.91 0.46
Hex B E1 98 5F 0 20 C A0 5B 2E
Octal 13 341 230 137 0 40 14 240 133 56
Binary 1011 11100001 10011000 1011111 0 100000 1100 10100000 1011011 101110

Color Harmonies of #0BE198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE198

Black with #0BE198

Text Example


Text Example

White with #0BE198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,225,152); }

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

background-color css

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

 a { background-color: rgb(11,225,152); }

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

border-color css

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

 span { border-color: rgb(11,225,152); }

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