Html Css Color HEX #0FDFB1 Caribbean Green

📋 copy color: '#0FDFB1'

red 15 ◦ green 223 ◦ blue 177

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

Shades of Caribbean Green #0FDFB1

Tints of Caribbean Green #0FDFB1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.73%

 BLUE value IS 177 (69.53% from 255) = 42.65%

R = 3.61%
G = 53.73%
B = 42.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#0FDFB1 (or 0x0FDFB1) is known color: Caribbean Green. HEX triplet: 0F, DF and B1. RGB value is (15,223,177). Sum of RGB (Red+Green+Blue) = 15+223+177=415 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDFB1 is #F0204E. Grayscale: #9B9B9B. Windows color (decimal): -15736911 or 11656975. OLE color: 11656975.

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

Color convert

RGB 15 223 177 -
CMYK 0.93 0 0.21 0.13
HSL 166.73º 0.87% 0.47% -
HSV(B) 166.73º 0.93% 0.87% -
XYZ 34.52 56.05 50.59 -
YUV 155.56 140.09 27.74 -
System Red Green Blue C M Y K H S L
Decimal 15 223 177 0.93 0 0.21 0.13 166.73 0.87 0.47
Hex F DF B1 5D 0 15 D A7 57 2F
Octal 17 337 261 135 0 25 15 247 127 57
Binary 1111 11011111 10110001 1011101 0 10101 1101 10100111 1010111 101111

Color Harmonies of #0FDFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDFB1

Black with #0FDFB1

Text Example


Text Example

White with #0FDFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,223,177); }

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

background-color css

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

 a { background-color: rgb(15,223,177); }

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

border-color css

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

 span { border-color: rgb(15,223,177); }

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