Html Css Color HEX #0FE3B3 Caribbean Green

📋 copy color: '#0FE3B3'

red 15 ◦ green 227 ◦ blue 179

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

Shades of Caribbean Green #0FE3B3

Tints of Caribbean Green #0FE3B3

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.92%

 BLUE value IS 179 (70.31% from 255) = 42.52%

R = 3.56%
G = 53.92%
B = 42.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#0FE3B3 (or 0x0FE3B3) is known color: Caribbean Green. HEX triplet: 0F, E3 and B3. RGB value is (15,227,179). Sum of RGB (Red+Green+Blue) = 15+227+179=421 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.56% from 421); Green value is 227 (89.06% from 255 or 53.92% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE3B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE3B3 is #F01C4C. Grayscale: #9E9E9E. Windows color (decimal): -15735885 or 11789071. OLE color: 11789071.

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

Color convert

RGB 15 227 179 -
CMYK 0.93 0 0.21 0.11
HSL 166.42º 0.88% 0.47% -
HSV(B) 166.42º 0.93% 0.89% -
XYZ 35.8 58.29 52.01 -
YUV 158.14 139.76 25.9 -
System Red Green Blue C M Y K H S L
Decimal 15 227 179 0.93 0 0.21 0.11 166.42 0.88 0.47
Hex F E3 B3 5D 0 15 B A6 58 2F
Octal 17 343 263 135 0 25 13 246 130 57
Binary 1111 11100011 10110011 1011101 0 10101 1011 10100110 1011000 101111

Color Harmonies of #0FE3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE3B3

Black with #0FE3B3

Text Example


Text Example

White with #0FE3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,227,179); }

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

background-color css

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

 a { background-color: rgb(15,227,179); }

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

border-color css

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

 span { border-color: rgb(15,227,179); }

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