Html Css Color HEX #0FCFA5 Caribbean Green

📋 copy color: '#0FCFA5'

red 15 ◦ green 207 ◦ blue 165

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

Shades of Caribbean Green #0FCFA5

Tints of Caribbean Green #0FCFA5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.49%

 BLUE value IS 165 (64.84% from 255) = 42.64%

R = 3.88%
G = 53.49%
B = 42.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#0FCFA5 (or 0x0FCFA5) is known color: Caribbean Green. HEX triplet: 0F, CF and A5. RGB value is (15,207,165). Sum of RGB (Red+Green+Blue) = 15+207+165=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCFA5 is #F0305A. Grayscale: #909090. Windows color (decimal): -15741019 or 10866447. OLE color: 10866447.

HSL color Cylindrical-coordinate representation of color #0FCFA5: hue angle of 166.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCFA5 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 165 -
CMYK 0.93 0 0.20 0.19
HSL 166.88º 0.86% 0.44% -
HSV(B) 166.88º 0.93% 0.81% -
XYZ 29.3 47.44 43.21 -
YUV 144.8 139.39 35.42 -
System Red Green Blue C M Y K H S L
Decimal 15 207 165 0.93 0 0.20 0.19 166.88 0.86 0.44
Hex F CF A5 5D 0 14 13 A7 56 2C
Octal 17 317 245 135 0 24 23 247 126 54
Binary 1111 11001111 10100101 1011101 0 10100 10011 10100111 1010110 101100

Color Harmonies of #0FCFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFA5

Black with #0FCFA5

Text Example


Text Example

White with #0FCFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,165); }

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

background-color css

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

 a { background-color: rgb(15,207,165); }

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

border-color css

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

 span { border-color: rgb(15,207,165); }

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