Html Css Color HEX #0FC38F Caribbean Green

📋 copy color: '#0FC38F'

red 15 ◦ green 195 ◦ blue 143

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

Shades of Caribbean Green #0FC38F

Tints of Caribbean Green #0FC38F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.24%

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 4.25%
G = 55.24%
B = 40.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#0FC38F (or 0x0FC38F) is known color: Caribbean Green. HEX triplet: 0F, C3 and 8F. RGB value is (15,195,143). Sum of RGB (Red+Green+Blue) = 15+195+143=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC38F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC38F is #F03C70. Grayscale: #878787. Windows color (decimal): -15744113 or 9421583. OLE color: 9421583.

HSL color Cylindrical-coordinate representation of color #0FC38F: hue angle of 162.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC38F is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 195 143 -
CMYK 0.92 0 0.27 0.24
HSL 162.67º 0.86% 0.41% -
HSV(B) 162.67º 0.92% 0.76% -
XYZ 24.67 41.11 32.62 -
YUV 135.25 132.37 42.23 -
System Red Green Blue C M Y K H S L
Decimal 15 195 143 0.92 0 0.27 0.24 162.67 0.86 0.41
Hex F C3 8F 5C 0 1B 18 A3 56 29
Octal 17 303 217 134 0 33 30 243 126 51
Binary 1111 11000011 10001111 1011100 0 11011 11000 10100011 1010110 101001

Color Harmonies of #0FC38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC38F

Black with #0FC38F

Text Example


Text Example

White with #0FC38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,195,143); }

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

background-color css

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

 a { background-color: rgb(15,195,143); }

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

border-color css

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

 span { border-color: rgb(15,195,143); }

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