Html Css Color HEX #03BF8F Caribbean Green

📋 copy color: '#03BF8F'

red 3 ◦ green 191 ◦ blue 143

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

Shades of Caribbean Green #03BF8F

Tints of Caribbean Green #03BF8F

RGB

 RED value IS 3 (1.56% from 255) = 0.89%

 GREEN value IS 191 (75% from 255) = 56.68%

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

R = 0.89%
G = 56.68%
B = 42.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#03BF8F (or 0x03BF8F) is known color: Caribbean Green. HEX triplet: 03, BF and 8F. RGB value is (3,191,143). Sum of RGB (Red+Green+Blue) = 3+191+143=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #03BF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BF8F is #FC4070. Grayscale: #818181. Windows color (decimal): -16531569 or 9420547. OLE color: 9420547.

HSL color Cylindrical-coordinate representation of color #03BF8F: hue angle of 164.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BF8F is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 191 143 -
CMYK 0.98 0 0.25 0.25
HSL 164.68º 0.97% 0.38% -
HSV(B) 164.68º 0.98% 0.75% -
XYZ 23.63 39.26 32.32 -
YUV 129.32 135.72 37.9 -
System Red Green Blue C M Y K H S L
Decimal 3 191 143 0.98 0 0.25 0.25 164.68 0.97 0.38
Hex 3 BF 8F 62 0 19 19 A5 61 26
Octal 3 277 217 142 0 31 31 245 141 46
Binary 11 10111111 10001111 1100010 0 11001 11001 10100101 1100001 100110

Color Harmonies of #03BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BF8F

Black with #03BF8F

Text Example


Text Example

White with #03BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BF8F; }

 p { color: rgb(3,191,143); }

 H1.HeaderClassName
 {
   color: #03BF8F;
 }
 .AnyTagClassName
 {
   color: #03BF8F;
 }
</style>

background-color css

<style>
 a { background-color: #03BF8F; }

 a { background-color: rgb(3,191,143); }

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

border-color css

<style>
 span { border-color: #03BF8F; }

 span { border-color: rgb(3,191,143); }

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