Html Css Color HEX #7DCFC1 Bermuda

📋 copy color: '#7DCFC1'

red 125 ◦ green 207 ◦ blue 193

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

Shades of Bermuda #7DCFC1

Tints of Bermuda #7DCFC1

RGB

 RED value IS 125 (49.22% from 255) = 23.81%

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

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 23.81%
G = 39.43%
B = 36.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#7DCFC1 (or 0x7DCFC1) is known color: Bermuda. HEX triplet: 7D, CF and C1. RGB value is (125,207,193). Sum of RGB (Red+Green+Blue) = 125+207+193=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFC1 is #82303E. Grayscale: #B4B4B4. Windows color (decimal): -8532031 or 12701565. OLE color: 12701565.

HSL color Cylindrical-coordinate representation of color #7DCFC1: hue angle of 169.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCFC1 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 193 -
CMYK 0.40 0 0.07 0.19
HSL 169.76º 0.46% 0.65% -
HSV(B) 169.76º 0.4% 0.81% -
XYZ 40.4 52.84 58.52 -
YUV 180.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 125 207 193 0.40 0 0.07 0.19 169.76 0.46 0.65
Hex 7D CF C1 28 0 7 13 AA 2E 41
Octal 175 317 301 50 0 7 23 252 56 101
Binary 1111101 11001111 11000001 101000 0 111 10011 10101010 101110 1000001

Color Harmonies of #7DCFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCFC1

Black with #7DCFC1

Text Example


Text Example

White with #7DCFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DCFC1; }

 p { color: rgb(125,207,193); }

 H1.HeaderClassName
 {
   color: #7DCFC1;
 }
 .AnyTagClassName
 {
   color: #7DCFC1;
 }
</style>

background-color css

<style>
 a { background-color: #7DCFC1; }

 a { background-color: rgb(125,207,193); }

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

border-color css

<style>
 span { border-color: #7DCFC1; }

 span { border-color: rgb(125,207,193); }

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