Html Css Color HEX #0FE1B2 Caribbean Green

📋 copy color: '#0FE1B2'

red 15 ◦ green 225 ◦ blue 178

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

Shades of Caribbean Green #0FE1B2

Tints of Caribbean Green #0FE1B2

RGB

 RED value IS 15 (6.25% from 255) = 3.59%

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

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 3.59%
G = 53.83%
B = 42.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#0FE1B2 (or 0x0FE1B2) is known color: Caribbean Green. HEX triplet: 0F, E1 and B2. RGB value is (15,225,178). Sum of RGB (Red+Green+Blue) = 15+225+178=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE1B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE1B2 is #F01E4D. Grayscale: #9C9C9C. Windows color (decimal): -15736398 or 11723023. OLE color: 11723023.

HSL color Cylindrical-coordinate representation of color #0FE1B2: hue angle of 166.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE1B2 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 225 178 -
CMYK 0.93 0 0.21 0.12
HSL 166.57º 0.88% 0.47% -
HSV(B) 166.57º 0.93% 0.88% -
XYZ 35.16 57.17 51.3 -
YUV 156.85 139.93 26.82 -
System Red Green Blue C M Y K H S L
Decimal 15 225 178 0.93 0 0.21 0.12 166.57 0.88 0.47
Hex F E1 B2 5D 0 15 C A7 58 2F
Octal 17 341 262 135 0 25 14 247 130 57
Binary 1111 11100001 10110010 1011101 0 10101 1100 10100111 1011000 101111

Color Harmonies of #0FE1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE1B2

Black with #0FE1B2

Text Example


Text Example

White with #0FE1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,225,178); }

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

background-color css

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

 a { background-color: rgb(15,225,178); }

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

border-color css

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

 span { border-color: rgb(15,225,178); }

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