Html Css Color HEX #0CDF8F Caribbean Green

📋 copy color: '#0CDF8F'

red 12 ◦ green 223 ◦ blue 143

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

Shades of Caribbean Green #0CDF8F

Tints of Caribbean Green #0CDF8F

RGB

 RED value IS 12 (5.08% from 255) = 3.17%

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

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

R = 3.17%
G = 58.99%
B = 37.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#0CDF8F (or 0x0CDF8F) is known color: Caribbean Green. HEX triplet: 0C, DF and 8F. RGB value is (12,223,143). Sum of RGB (Red+Green+Blue) = 12+223+143=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDF8F is #F32070. Grayscale: #969696. Windows color (decimal): -15933553 or 9428748. OLE color: 9428748.

HSL color Cylindrical-coordinate representation of color #0CDF8F: hue angle of 157.25º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDF8F is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 223 143 -
CMYK 0.95 0 0.36 0.13
HSL 157.25º 0.9% 0.46% -
HSV(B) 157.25º 0.95% 0.87% -
XYZ 31.5 54.84 34.91 -
YUV 150.79 123.6 29 -
System Red Green Blue C M Y K H S L
Decimal 12 223 143 0.95 0 0.36 0.13 157.25 0.9 0.46
Hex C DF 8F 5F 0 24 D 9D 5A 2E
Octal 14 337 217 137 0 44 15 235 132 56
Binary 1100 11011111 10001111 1011111 0 100100 1101 10011101 1011010 101110

Color Harmonies of #0CDF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDF8F

Black with #0CDF8F

Text Example


Text Example

White with #0CDF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,223,143); }

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

background-color css

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

 a { background-color: rgb(12,223,143); }

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

border-color css

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

 span { border-color: rgb(12,223,143); }

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